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
/
privacy.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-65
/
+0
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-3
/
+2
2020-01-04
DefId{Map,Set} -> rustc::hir::def_id
Mazdak Farrokhzad
-1
/
+1
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-1
/
+2
2019-12-22
Format the world
Mark Rousskov
-3
/
+3
2019-03-13
middle: replace NodeId with HirId in AccessLevels
ljedrz
-2
/
+2
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-1
/
+2
2019-02-05
move librustc to 2018
Mark Mansi
-1
/
+1
2019-02-02
Update visibility of intermediate use items.
David Wood
-7
/
+12
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-1
/
+1
2018-08-21
Fixes for code review.
Kyle Simpson
-1
/
+0
2018-08-21
New AccessLevel and accompanying propagation.
Kyle Simpson
-2
/
+3
2018-08-20
Mark impl Trait Functions as reachable. (Fixes #50865)
Kyle Simpson
-0
/
+2
2018-01-15
Reexport -> re-export in prose and documentation comments
Carol (Nichols || Goulding)
-2
/
+2
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-2
/
+2
2016-08-22
rustc: Fix outdated comment
Vadim Petrochenkov
-3
/
+2
2016-04-13
Retire rustdocs `ANALYSISKEY`
mitaa
-1
/
+8
2016-02-26
Remove `LastPrivate`
Jeffrey Seyfried
-41
/
+0
2015-11-19
Changes to data produced by privacy pass
Vadim Petrochenkov
-8
/
+42
2015-08-24
fallout from moving def-id
Niko Matsakis
-3
/
+2
2015-04-01
Tidying up and reformatting
Nick Cameron
-3
/
+3
2015-02-24
rustc: combine partial_def_map and last_private_map into def_map.
Eduard Burtescu
-4
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-3
/
+3
2015-01-16
rustc: Move the privacy pass to its own crate
Alex Crichton
-1560
/
+2
2015-01-15
syntax: add fully qualified UFCS expressions.
Eduard Burtescu
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-6
/
+6
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-10
/
+10
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-10
/
+10
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-5
/
+5
2015-01-05
rustc: remove remaining boxed closures
Jorge Aparicio
-1
/
+1
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-5
/
+5
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2014-12-31
rustc: unbox closures used in let bindings
Jorge Aparicio
-4
/
+4
2014-12-30
Fallout from stabilization
Aaron Turon
-4
/
+1
2014-12-26
Accept `?Sized` as well as `Sized?`
Nick Cameron
-6
/
+6
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-7
/
+5
2014-12-21
auto merge of #19953 : sanxiyn/rust/privacy-span, r=alexcrichton
bors
-5
/
+5
2014-12-20
Add parser support for generalized where clauses
Jared Roesch
-0
/
+1
2014-12-20
rustc: middle: move some types from resolve to privacy.
Eduard Burtescu
-23
/
+69
2014-12-20
rustc: middle: move Export and ExportMap from resolve to def.
Eduard Burtescu
-3
/
+3
2014-12-20
middle: resolve: fix inconsistencies around ExportMap and remove the 2 suffix.
Eduard Burtescu
-6
/
+6
2014-12-17
Correct span in privacy error
Seo Sanghyeon
-5
/
+5
2014-12-14
Parse `unsafe impl` but don't do anything particularly interesting with the r...
Niko Matsakis
-5
/
+5
2014-12-14
Parse `unsafe trait` but do not do anything with it beyond parsing and integr...
Niko Matsakis
-5
/
+5
2014-12-12
Reviewer comments
Nick Cameron
-2
/
+2
2014-12-12
Add support for equality constraints on associated types
Nick Cameron
-2
/
+9
2014-12-04
Move various data structures out of typeck and into ty.
Niko Matsakis
-2
/
+2
2014-11-29
Replace some verbose match statements with their `if let` equivalent.
jfager
-52
/
+30
[next]