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
/
middle
Age
Commit message (
Expand
)
Author
Lines
2017-05-06
rustc: treat const bodies like fn bodies in middle::region.
Eduard-Mihai Burtescu
-95
/
+65
2017-05-05
is_foreign_item
achernyak
-3
/
+1
2017-05-04
impl_parent
achernyak
-2
/
+0
2017-05-04
trait_of_item
achernyak
-2
/
+0
2017-05-03
fn_arg_names
achernyak
-2
/
+0
2017-05-03
item_attrs
achernyak
-2
/
+0
2017-05-02
Rollup merge of #41653 - achernyak:master, r=nikomatsakis
Corey Farwell
-7
/
+2
2017-05-02
Rollup merge of #41662 - nikomatsakis:on-demandify-region-mapping, r=eddyb
Corey Farwell
-415
/
+410
2017-05-02
query for deprecation
achernyak
-7
/
+2
2017-05-01
patch the `librustc_driver` unit tests
Niko Matsakis
-11
/
+18
2017-05-01
Queryify is_item_mir_available
Taylor Cramer
-6
/
+0
2017-05-01
Queryify const_is_rvalue_promotable_to_static
Taylor Cramer
-4
/
+0
2017-05-01
Queryify item_body_nested_bodies
Taylor Cramer
-5
/
+0
2017-05-01
use `closure_base_def_id` rather than walking up HIR
Niko Matsakis
-10
/
+7
2017-05-01
pacify the mercilous tidy
Niko Matsakis
-1
/
+3
2017-05-01
Add profiling support, through the rustc -Z profile flag.
whitequark
-0
/
+2
2017-04-30
modify `ExprUseVisitor` and friends to take region-maps, not def-id
Niko Matsakis
-9
/
+9
2017-04-30
introduce per-fn RegionMaps
Taylor Cramer
-93
/
+168
2017-04-30
intern CodeExtents
Niko Matsakis
-299
/
+216
2017-04-30
remove ROOT_CODE_EXTENT and DUMMY_CODE_EXTENT
Niko Matsakis
-94
/
+68
2017-04-30
Remove RefCells from RegionMaps
Taylor Cramer
-53
/
+51
2017-04-30
On-demandify region mapping
Taylor Cramer
-13
/
+38
2017-04-30
Auto merge of #41643 - frewsxcv:rollup, r=frewsxcv
bors
-0
/
+6
2017-04-29
Don't ever warn about #[used] items being dead code.
Eduard-Mihai Burtescu
-0
/
+6
2017-04-28
Merge branch 'master' into def_span
Artem Chernyak
-8
/
+7
2017-04-28
query for def_span
achernyak
-2
/
+0
2017-04-28
do not access `inherited_impls` map directly
Niko Matsakis
-8
/
+7
2017-04-28
Rollup merge of #41534 - achernyak:master, r=eddyb
Corey Farwell
-4
/
+2
2017-04-27
query for describe_def
achernyak
-4
/
+2
2017-04-27
typeck: resolve type vars before calling `try_index_step`
Ariel Ben-Yehuda
-2
/
+9
2017-04-27
Auto merge of #37860 - giannicic:defaultimpl, r=nagisa
bors
-4
/
+6
2017-04-25
support `default impl` for specialization
Gianni Ciccarelli
-0
/
+2
2017-04-24
rustc: use tcx.at(span) to set the location of a query.
Eduard-Mihai Burtescu
-2
/
+2
2017-04-24
rustc: expose the common DUMMY_SP query case as tcx methods.
Eduard-Mihai Burtescu
-6
/
+4
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-7
/
+7
2017-04-24
support `default impl` for specialization
Gianni Ciccarelli
-4
/
+4
2017-04-23
rustc_const_eval: support all unit enum variants.
Eduard-Mihai Burtescu
-2
/
+4
2017-04-23
rustc_const_eval: CallOn isn't needed, typeck/const-qualif handle those cases.
Eduard-Mihai Burtescu
-2
/
+0
2017-04-23
rustc: make the const-eval cache polymorphic.
Eduard-Mihai Burtescu
-6
/
+7
2017-04-22
add a cache to impl_polarity
Ariel Ben-Yehuda
-2
/
+0
2017-04-22
weak_lang_items: check for `lang` attribute before calling `value_str`
Ariel Ben-Yehuda
-3
/
+4
2017-04-22
cache attributes of items from foreign crates
Ariel Ben-Yehuda
-2
/
+2
2017-04-22
avoid calling `mk_region` unnecessarily
Ariel Ben-Yehuda
-3
/
+3
2017-04-21
make `reachable_set` ref-counted
Niko Matsakis
-3
/
+4
2017-04-20
rustc: replace interior_unsafe with a Freeze trait.
Eduard-Mihai Burtescu
-0
/
+1
2017-04-18
kill a bunch of one off tasks
Niko Matsakis
-13
/
+0
2017-04-18
convert calls to `visit_all_item_likes_in_krate`
Niko Matsakis
-3
/
+2
2017-04-17
Rollup merge of #41310 - eddyb:demand-const-eval, r=nikomatsakis
Corey Farwell
-5
/
+194
2017-04-16
Compress ReprOptions a little bit
Simonas Kazlauskas
-2
/
+2
2017-04-16
rustc: expose monomorphic const_eval through on-demand.
Eduard-Mihai Burtescu
-1
/
+36
[prev]
[next]