index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2020-03-14
Clean up path separator in rustdoc book
Timothée Gerber
-5
/
+5
2020-03-14
Add some comments to the new queries
John Kåre Alsaker
-0
/
+13
2020-03-14
Add test for #69596
John Kåre Alsaker
-0
/
+21
2020-03-14
Don't try to print missing HIR ids
John Kåre Alsaker
-2
/
+2
2020-03-14
Update tests
John Kåre Alsaker
-4
/
+4
2020-03-14
Update ich_nested_items.rs
John Kåre Alsaker
-8
/
+11
2020-03-14
Reintroduce workaround for #62649
John Kåre Alsaker
-8
/
+15
2020-03-14
Format function_interfaces.rs
John Kåre Alsaker
-46
/
+40
2020-03-14
Replace `Hir` with `hir_owner` in tests
John Kåre Alsaker
-472
/
+472
2020-03-14
Replace `HirBody` with `hir_owner_items` in tests
John Kåre Alsaker
-355
/
+356
2020-03-14
Create the `hir_to_node_id` map before `TyCtxt`
John Kåre Alsaker
-31
/
+25
2020-03-14
Optimize the HIR map
John Kåre Alsaker
-46
/
+49
2020-03-14
Don't hash HIR with bodies thrice
John Kåre Alsaker
-37
/
+43
2020-03-14
Fix HIR map validation
John Kåre Alsaker
-12
/
+16
2020-03-14
Index HIR after creating TyCtxt
John Kåre Alsaker
-279
/
+180
2020-03-14
Only hash the Hir owner (including its bodies)
John Kåre Alsaker
-4
/
+36
2020-03-14
Remove `input_task`
John Kåre Alsaker
-22
/
+0
2020-03-14
Remove `Hir` and `HirBody` dep nodes
John Kåre Alsaker
-15
/
+5
2020-03-14
Clean up the collector
John Kåre Alsaker
-139
/
+34
2020-03-14
Remove `AllLocalTraitImpls`
John Kåre Alsaker
-12
/
+1
2020-03-14
Remove the `map` field from `Map`
John Kåre Alsaker
-27
/
+0
2020-03-14
Update `trait_impls`
John Kåre Alsaker
-10
/
+23
2020-03-14
Remove comments
John Kåre Alsaker
-3
/
+0
2020-03-14
Update `find_entry`
John Kåre Alsaker
-1
/
+1
2020-03-14
Update `is_hir_id_module`
John Kåre Alsaker
-3
/
+3
2020-03-14
Update `find`
John Kåre Alsaker
-7
/
+2
2020-03-14
Update `get_parent_node`
John Kåre Alsaker
-9
/
+2
2020-03-14
Update `visit_item_likes_in_module`
John Kåre Alsaker
-66
/
+88
2020-03-14
Update `krate_attrs` and `get_module`
John Kåre Alsaker
-55
/
+72
2020-03-14
Update `body_owner` and `maybe_body_owned_by`
John Kåre Alsaker
-39
/
+31
2020-03-14
Update `fn_decl_by_hir_id` and `fn_sig_by_hir_id`
John Kåre Alsaker
-42
/
+44
2020-03-14
Update item functions
John Kåre Alsaker
-15
/
+12
2020-03-14
Create Map after TyCtxt
John Kåre Alsaker
-157
/
+130
2020-03-14
Collect the new maps
John Kåre Alsaker
-9
/
+67
2020-03-14
Add HIR queries
John Kåre Alsaker
-64
/
+101
2020-03-14
Add a workaround for catch_unwind in stage1 mingw target
Amanieu d'Antras
-26
/
+28
2020-03-14
Auto merge of #69999 - RalfJung:miri-unwind, r=oli-obk
bors
-50
/
+98
2020-03-14
remove compilation warning
Guillaume Gomez
-1
/
+0
2020-03-14
Make ignore and compile fail signs more visible
Guillaume Gomez
-13
/
+21
2020-03-14
Auto merge of #69076 - cjgillot:split_trait, r=matthewjasper
bors
-4690
/
+5559
2020-03-14
resolve: Fix regression in resolution of raw keywords in paths
Vadim Petrochenkov
-10
/
+29
2020-03-14
Swap inserts to keep the original ordering
Jonas Schievink
-4
/
+4
2020-03-14
Auto merge of #69923 - matthiaskrgr:submodule_upd, r=Dylan-DPC
bors
-10
/
+10
2020-03-14
Trim dependencies and features.
Camille GILLOT
-20
/
+4
2020-03-14
Make downstream crates compile.
Camille GILLOT
-83
/
+136
2020-03-14
Split librustc_infer.
Camille GILLOT
-1065
/
+1844
2020-03-14
Move rustc_infer::traits to new crate rustc_trait_selection.
Camille GILLOT
-0
/
+35
2020-03-14
Mode ProjectionCache to its own module.
Camille GILLOT
-184
/
+198
2020-03-14
Move traits::query::outlives_bounds::explicit_outlives_bounds to infer::outli...
Camille GILLOT
-23
/
+29
2020-03-14
Fix rebase fallout
Jonas Schievink
-2
/
+2
[prev]
[next]