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
/
hir
Age
Commit message (
Expand
)
Author
Lines
2020-03-14
Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC
Yuki Okushi
-1
/
+1
2020-03-12
remove lifetimes that can be elided (clippy::needless_lifetimes)
Matthias Krüger
-2
/
+2
2020-03-12
Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini
Mazdak Farrokhzad
-2
/
+2
2020-03-12
Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper
Mazdak Farrokhzad
-10
/
+10
2020-03-10
rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org
Santiago Pastorino
-1
/
+1
2020-03-10
Rename rustc guide to rustc dev guide
Santiago Pastorino
-2
/
+2
2020-03-10
Rename rustc-guide to rustc-dev-guide
Santiago Pastorino
-1
/
+1
2020-03-07
Use ?-operator in more places (clippy::question_mark, had some false negative...
Matthias Krüger
-1
/
+1
2020-03-07
Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov
Mazdak Farrokhzad
-1
/
+1
2020-03-06
Don't redundantly repeat field names (clippy::redundant_field_names)
Matthias Krüger
-1
/
+1
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-03-03
rename TraitItemKind::Method -> Fn
Mark Mansi
-9
/
+9
2020-03-03
DefKind::Method -> DefKind::AssocFn
Mark Mansi
-2
/
+2
2020-03-03
use question mark operator in a few places.
Matthias Krüger
-3
/
+2
2020-03-01
Auto merge of #69380 - Zoxc:parent-module, r=michaelwoerister
bors
-8
/
+11
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-6
/
+6
2020-02-29
Reduce visibility of `get_module_parent_node` and remove `get_module_parent`
John Kåre Alsaker
-8
/
+2
2020-02-29
Add a `parent_module_from_def_id` query
John Kåre Alsaker
-1
/
+10
2020-02-25
improve ParentHirIterator discoverability
Mazdak Farrokhzad
-12
/
+14
2020-02-16
Do not ICE when encountering `yield` inside `async` block
Esteban Küber
-3
/
+3
2020-02-15
Record proc macro harness order for use during metadata deserialization
Aaron Hill
-0
/
+1
2020-02-11
Move hir::check_attr::Target to librustc_lang_items.
Camille GILLOT
-126
/
+0
2020-02-06
Make `krate` private
John Kåre Alsaker
-1
/
+1
2020-02-06
Remove the `Forest` type
John Kåre Alsaker
-60
/
+33
2020-02-06
Move the `krate` method to Hir and remove the Krate dep node
John Kåre Alsaker
-16
/
+12
2020-02-06
Add a `hir_krate` query
John Kåre Alsaker
-0
/
+1
2020-02-06
Add a Hir wrapper type
John Kåre Alsaker
-0
/
+32
2020-02-01
1. move node_id to syntax
Mazdak Farrokhzad
-1
/
+1
2020-01-29
Move upvars query to librustc_passes.
Camille GILLOT
-2
/
+0
2020-01-29
Move upvars.rs to librustc_passes.
Camille GILLOT
-110
/
+0
2020-01-29
Move check_mod_attr query in librustc_passes.
Camille GILLOT
-1
/
+125
2020-01-29
Move check_attr.rs to librustc_passes.
Camille GILLOT
-587
/
+0
2020-01-28
lintify conflicting_repr_hints
Mazdak Farrokhzad
-9
/
+12
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-1
/
+0
2020-01-17
Use named fields for `hir::ItemKind::Impl`
Dylan MacKenzie
-5
/
+5
2020-01-17
Use named fields for `ast::ItemKind::Impl`
Dylan MacKenzie
-1
/
+1
2020-01-11
canonicalize some lint imports
Mazdak Farrokhzad
-1
/
+1
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-1
/
+1
2020-01-09
Change -Z time event naming scheme and make them generic activities
John Kåre Alsaker
-1
/
+1
2020-01-08
normalize rustc::hir::intravisit imports
Mazdak Farrokhzad
-8
/
+6
2020-01-08
{rustc::hir -> rustc_hir}::intravisit
Mazdak Farrokhzad
-1182
/
+2
2020-01-08
intravisit: abstract over HIR Map
Mazdak Farrokhzad
-27
/
+57
2020-01-08
intravisit: .expect_item -> .item
Mazdak Farrokhzad
-1
/
+9
2020-01-08
NestedVisitorMap: reduce visibilities
Mazdak Farrokhzad
-3
/
+3
2020-01-08
hir::map: elide & simplify
Mazdak Farrokhzad
-3
/
+3
2020-01-08
collector: clarify dependencies
Mazdak Farrokhzad
-12
/
+15
2020-01-08
collector: use impl Trait
Mazdak Farrokhzad
-12
/
+6
2020-01-08
collector: extract upstream_crates
Mazdak Farrokhzad
-13
/
+17
2020-01-08
canonicalize imports in map::block
Mazdak Farrokhzad
-53
/
+53
2020-01-08
- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
Mazdak Farrokhzad
-4
/
+12
[prev]
[next]