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
/
librustc
/
ty
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2016-05-04
Check transmutes between types without statically known sizes.
Eduard Burtescu
-31
/
+0
2016-05-04
Parse data-layout specifications.
Eduard Burtescu
-0
/
+1
2016-04-07
Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw
bors
-3
/
+3
2016-04-07
Improve `PrivateItemsInPublicInterfacesVisitor`
Jeffrey Seyfried
-1
/
+12
2016-04-07
Use the node id from the `Restricted` variant when checking accessibility
Jeffrey Seyfried
-0
/
+20
2016-04-07
Make `hir::Visibility` non-copyable and add `ty::Visibility`
Jeffrey Seyfried
-7
/
+26
2016-04-06
break dep-graph into modules, parameterize DepNode
Niko Matsakis
-3
/
+3
2016-04-06
rustc: retire hir::map's paths.
Eduard Burtescu
-32
/
+1
2016-04-06
rustc: move some maps from ty to hir.
Eduard Burtescu
-25
/
+3
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-2
/
+2
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-5
/
+5
2016-03-31
librustc: replace panic!() with bug!()
Benjamin Herr
-2
/
+2
2016-03-31
librustc: replace span_bug calls with span_bug!()
Benjamin Herr
-8
/
+6
2016-03-31
librustc: replace tcx.sess.bug calls with bug!()
Benjamin Herr
-34
/
+28
2016-03-30
rename `rustc_const_eval` to `rustc_const_math`
Oliver Schneider
-1
/
+1
2016-03-27
from_item is the old name
Manish Goregaokar
-2
/
+2
2016-03-27
Clarify that ParameterEnvironment::for_item can take impl/trait items too
Manish Goregaokar
-0
/
+1
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-0
/
+2764