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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
Age
Commit message (
Expand
)
Author
Lines
2020-03-15
rustc: tweak comments on InstanceDef.
Ana-Maria Mihalache
-12
/
+9
2020-03-15
rustc: don't resolve Instances which would produce malformed shims.
Eduard-Mihai Burtescu
-0
/
+15
2020-03-15
Auto merge of #68944 - Zoxc:hir-map, r=eddyb
bors
-698
/
+462
2020-03-15
Avoid ICEs when we emit errors constructing the specialization graph
Matthew Jasper
-11
/
+21
2020-03-15
Add attributes to allow specializing on traits
Matthew Jasper
-1
/
+32
2020-03-14
Add some comments to the new queries
John Kåre Alsaker
-0
/
+13
2020-03-14
Don't try to print missing HIR ids
John Kåre Alsaker
-2
/
+2
2020-03-14
Reintroduce workaround for #62649
John Kåre Alsaker
-8
/
+15
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
/
+14
2020-03-14
Index HIR after creating TyCtxt
John Kåre Alsaker
-154
/
+60
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
-12
/
+3
2020-03-14
Clean up the collector
John Kåre Alsaker
-138
/
+32
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
-60
/
+26
2020-03-14
Update `krate_attrs` and `get_module`
John Kåre Alsaker
-25
/
+35
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
-8
/
+66
2020-03-14
Add HIR queries
John Kåre Alsaker
-62
/
+42
2020-03-14
Auto merge of #69999 - RalfJung:miri-unwind, r=oli-obk
bors
-0
/
+26
2020-03-14
Move IntercrateAmbiguityCause back to rustc::traits::select.
Camille GILLOT
-0
/
+41
2020-03-14
Use smaller discriminants for generators
Jonas Schievink
-6
/
+9
2020-03-14
add Scalar::from methods for signed integers
Ralf Jung
-0
/
+26
2020-03-13
Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum
bors
-2
/
+1
2020-03-14
Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb
Yuki Okushi
-5
/
+5
2020-03-14
Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC
Yuki Okushi
-7
/
+2
2020-03-13
Print ConstKind::Placeholder just like TyKind::Placeholder
Oliver Scherer
-15
/
+1
2020-03-13
Print ConstKind::Bound the same as TyKind::Bound
Oliver Scherer
-9
/
+17
2020-03-12
remove lifetimes that can be elided (clippy::needless_lifetimes)
Matthias Krüger
-5
/
+5
2020-03-12
Ensure HAS_FREE_LOCAL_NAMES is set for ReFree
Matthew Jasper
-26
/
+29
2020-03-12
Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini
Mazdak Farrokhzad
-25
/
+25
2020-03-12
Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper
Mazdak Farrokhzad
-15
/
+15
2020-03-12
Remove fn special casing in const printing
Oliver Scherer
-11
/
+26
2020-03-12
Comment nit
Oliver Scherer
-1
/
+1
2020-03-12
codegen/mir: support polymorphic `InstanceDef`s
David Wood
-0
/
+26
2020-03-11
fmt
Ralf Jung
-1
/
+1
[prev]
[next]