Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated yanked crate | kjeremy | 2020-06-11 | 1 | -2/+3 |
* | Merge #4844 | bors[bot] | 2020-06-11 | 4 | -29/+3 |
|\ | |||||
| * | Remove dead code | Aleksey Kladov | 2020-06-11 | 4 | -29/+3 |
|/ | |||||
* | Merge #4843 | bors[bot] | 2020-06-11 | 17 | -77/+116 |
|\ | |||||
| * | Don't guess macro expansion crate | Aleksey Kladov | 2020-06-11 | 9 | -62/+89 |
| * | Make relevant_crates return a Set | Aleksey Kladov | 2020-06-11 | 11 | -24/+36 |
* | | Merge #4819 | bors[bot] | 2020-06-11 | 7 | -44/+537 |
|\ \ | |||||
| * | | Add symbol index FIXME | Jonas Schievink | 2020-06-11 | 1 | -0/+3 |
| * | | ImportMap: use IndexMap internally | Jonas Schievink | 2020-06-10 | 3 | -9/+14 |
| * | | Respect casing when searching for imports | Jonas Schievink | 2020-06-10 | 3 | -6/+81 |
| * | | Move limit check down | Jonas Schievink | 2020-06-10 | 1 | -1/+1 |
| * | | Limit import map queries | Jonas Schievink | 2020-06-10 | 2 | -7/+51 |
| * | | Clean up import_map.rs | Jonas Schievink | 2020-06-10 | 2 | -32/+20 |
| * | | Add test for macro generated items | Jonas Schievink | 2020-06-10 | 1 | -0/+31 |
| * | | ImportsLocator: use ImportMap for non-local crates | Jonas Schievink | 2020-06-10 | 2 | -23/+70 |
| * | | ra_hir: expose `import_map::search_dependencies` | Jonas Schievink | 2020-06-10 | 1 | -0/+14 |
| * | | symbol_index: allow querying a single crate | Jonas Schievink | 2020-06-10 | 1 | -9/+34 |
| * | | Add an FST index to `ImportMap` | Jonas Schievink | 2020-06-10 | 4 | -3/+261 |
| * | | Fix the symbol query limit | Jonas Schievink | 2020-06-10 | 1 | -3/+4 |
| * | | Profile `world_symbols` | Jonas Schievink | 2020-06-10 | 1 | -0/+2 |
* | | | Merge #4837 | bors[bot] | 2020-06-10 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix parser test directory name in dev docs | Jacek Generowicz | 2020-06-10 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge #4835 | bors[bot] | 2020-06-10 | 1 | -0/+11 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Explain inline tests | Aleksey Kladov | 2020-06-10 | 1 | -0/+11 |
|/ / | |||||
* | | Merge #4834 | bors[bot] | 2020-06-10 | 3 | -16/+23 |
|\ \ | |/ |/| | |||||
| * | In field patterns, don't highlight local binding as a field | Aleksey Kladov | 2020-06-10 | 3 | -16/+23 |
* | | Merge #4832 | bors[bot] | 2020-06-10 | 3 | -50/+43 |
|\ \ | |/ |/| | |||||
| * | Reduce OUT_DIR special casing | Aleksey Kladov | 2020-06-10 | 3 | -50/+43 |
|/ | |||||
* | Merge #4822 | bors[bot] | 2020-06-10 | 3 | -8/+42 |
|\ | |||||
| * | checkOnSafe.features and checkOnSafe.allFeatures now work identically. | Clemens Wasser | 2020-06-10 | 2 | -11/+7 |
| * | Most of the checkOnSafe options now default to the cargo equivalent. | Clemens Wasser | 2020-06-10 | 2 | -5/+12 |
| * | Added the rust-analyzer.checkOnSave.features option. | Clemens Wasser | 2020-06-10 | 2 | -1/+12 |
| * | flycheck now uses the configured features | Clemens Wasser | 2020-06-09 | 2 | -4/+24 |
* | | Merge #4824 | bors[bot] | 2020-06-10 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Correct "debug_assertion" to "debug_assertions" to match the cfg | Aaron Wood | 2020-06-10 | 1 | -1/+1 |
* | | Merge #4815 | bors[bot] | 2020-06-09 | 5 | -41/+82 |
|\ \ | |||||
| * | | Correctly parse <_> paths in patterns | Aleksey Kladov | 2020-06-09 | 4 | -39/+80 |
| * | | Minor, use `T!` | Aleksey Kladov | 2020-06-09 | 2 | -2/+2 |
|/ / | |||||
* | | Merge #4813 | bors[bot] | 2020-06-09 | 2 | -9/+5 |
|\ \ | |||||
| * | | Simplify | Aleksey Kladov | 2020-06-09 | 2 | -9/+5 |
| |/ | |||||
* | | Merge #4812 | bors[bot] | 2020-06-09 | 3 | -7/+45 |
|\ \ | |||||
| * | | Use correct indent when replacing with match | Aleksey Kladov | 2020-06-09 | 3 | -7/+45 |
* | | | Merge #4811 | bors[bot] | 2020-06-09 | 1 | -4/+40 |
|\| | | |||||
| * | | Unwrap block works with match arms | Aleksey Kladov | 2020-06-09 | 1 | -4/+40 |
* | | | Merge #4810 | bors[bot] | 2020-06-09 | 1 | -79/+49 |
|\| | | |||||
| * | | Simplify unwrapping of blocks | Aleksey Kladov | 2020-06-09 | 1 | -79/+49 |
| |/ | |||||
* | | Merge #4803 | bors[bot] | 2020-06-09 | 3 | -1/+49 |
|\ \ | |||||
| * | | Update crates/ra_parser/src/grammar/items.rs | Aleksey Kladov | 2020-06-09 | 1 | -2/+1 |
| * | | Parse default unsafe fn | Avi Dessauer | 2020-06-08 | 3 | -1/+50 |
* | | | Merge #4805 | bors[bot] | 2020-06-09 | 2 | -47/+1 |
|\ \ \ | |_|/ |/| | |