Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Start item tree | Aleksey Kladov | 2020-06-24 | 3 | -3/+517 | |
* | Fix formatting issue with glob shadow test | Paul Daniel Faria | 2020-06-24 | 1 | -17/+17 | |
* | Use a macro in push_res to simplify code, simplify glob_shadowed_def assertion | Paul Daniel Faria | 2020-06-24 | 2 | -160/+47 | |
* | Account for updated module ids when determining whether a resolution is "chan... | Paul Daniel Faria | 2020-06-24 | 2 | -9/+178 | |
* | Use only one code-path for parsing fixtures | Aleksey Kladov | 2020-06-23 | 1 | -44/+49 | |
* | Drop rarely used fixture functionality | Aleksey Kladov | 2020-06-23 | 1 | -25/+0 | |
* | New VFS | Aleksey Kladov | 2020-06-23 | 3 | -7/+11 | |
* | Handle bindings after @ in patterns | Jonas Schievink | 2020-06-21 | 1 | -10/+24 | |
* | Merge #4947 | bors[bot] | 2020-06-20 | 1 | -1/+1 | |
|\ | ||||||
| * | Replace `impls_in_trait` with `CrateImplDefs` | Jonas Schievink | 2020-06-19 | 1 | -1/+1 | |
* | | Don't panic on crates depending on themselves | Florian Diebold | 2020-06-19 | 1 | -1/+1 | |
|/ | ||||||
* | Simplify | Aleksey Kladov | 2020-06-18 | 2 | -8/+4 | |
* | Anchor file-system operations to the file, and not to the source root. | Aleksey Kladov | 2020-06-16 | 3 | -8/+6 | |
* | Deprecate hir::Path::from_ast | Aleksey Kladov | 2020-06-15 | 1 | -1/+1 | |
* | find_path: return shorter paths for external items | Jonas Schievink | 2020-06-12 | 2 | -21/+77 | |
* | Make known paths use `core` instead of `std` | Jonas Schievink | 2020-06-11 | 2 | -11/+11 | |
* | Merge #4843 | bors[bot] | 2020-06-11 | 4 | -22/+33 | |
|\ | ||||||
| * | Don't guess macro expansion crate | Aleksey Kladov | 2020-06-11 | 3 | -21/+31 | |
| * | Make relevant_crates return a Set | Aleksey Kladov | 2020-06-11 | 1 | -1/+2 | |
* | | ImportMap: use IndexMap internally | Jonas Schievink | 2020-06-10 | 2 | -9/+13 | |
* | | Respect casing when searching for imports | Jonas Schievink | 2020-06-10 | 1 | -5/+55 | |
* | | Limit import map queries | Jonas Schievink | 2020-06-10 | 1 | -1/+41 | |
* | | Clean up import_map.rs | Jonas Schievink | 2020-06-10 | 1 | -25/+20 | |
* | | Add an FST index to `ImportMap` | Jonas Schievink | 2020-06-10 | 2 | -3/+252 | |
|/ | ||||||
* | Merge #4760 | bors[bot] | 2020-06-05 | 1 | -11/+1 | |
|\ | ||||||
| * | Minimize FileLoader interface | Aleksey Kladov | 2020-06-05 | 1 | -11/+1 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge #4729 #4748 | bors[bot] | 2020-06-05 | 7 | -100/+498 | |
|\ \ \ | |_|/ |/| | | ||||||
| | * | Clarify when we visit modules multiple times | Jonas Schievink | 2020-06-05 | 1 | -1/+3 | |
| | * | impl Debug for ImportMap | Jonas Schievink | 2020-06-05 | 1 | -19/+23 | |
| | * | Reorder imports | Jonas Schievink | 2020-06-05 | 3 | -5/+7 | |
| | * | Make `find_path_inner` private again | Jonas Schievink | 2020-06-05 | 1 | -1/+1 | |
| | * | defining_crate -> krate | Jonas Schievink | 2020-06-05 | 2 | -2/+3 | |
| | * | Fix wrong comment | Jonas Schievink | 2020-06-05 | 1 | -1/+1 | |
| | * | Use `ImportMap` in `find_path`, remove old queries | Jonas Schievink | 2020-06-04 | 3 | -97/+140 | |
| | * | Add an ImportMap | Jonas Schievink | 2020-06-04 | 6 | -12/+358 | |
| |/ | ||||||
* | | More direct signature for resolve_path | Aleksey Kladov | 2020-06-05 | 2 | -3/+3 | |
* | | Rename resolve_relative_path -> resolve_path | Aleksey Kladov | 2020-06-05 | 2 | -7/+3 | |
|/ | ||||||
* | Fix type inference failure when built with log/kv_unstable | David Tolnay | 2020-06-04 | 1 | -1/+1 | |
* | Consolidate documentation expansion and merging | Aaron Loucks | 2020-06-03 | 1 | -0/+7 | |
* | Add basic hover and completion doc tests for macro generated items | Aaron Loucks | 2020-06-03 | 1 | -1/+1 | |
* | Enable hover and autocomplete docs on macro generated items | Aaron Loucks | 2020-06-03 | 2 | -3/+48 | |
* | Add highlight support for unsafe fn calls and raw ptr deref | Paul Daniel Faria | 2020-06-02 | 1 | -1/+5 | |
* | fmt | robojumper | 2020-05-31 | 2 | -11/+21 | |
* | correctly infer labelled breaks | robojumper | 2020-05-31 | 3 | -19/+60 | |
* | Support raw_ref_op's raw reference operator | robojumper | 2020-05-28 | 3 | -4/+34 | |
* | Pass trivially copy types as copy | kjeremy | 2020-05-26 | 1 | -1/+1 | |
* | Fix some clippy perf warnings | Jeremy Kolb | 2020-05-25 | 1 | -1/+1 | |
* | Merge pull request #4548 from bnjjj/fix_4464 | Aleksey Kladov | 2020-05-24 | 2 | -2/+2 | |
|\ | ||||||
| * | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 14 | -112/+111 | |
| |\ | ||||||
| * | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 2 | -2/+2 |