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
/
cfg
Age
Commit message (
Expand
)
Author
Lines
2016-11-02
rustc: record the target type of every adjustment.
Eduard Burtescu
-1
/
+1
2016-11-02
rustc: make all read access to tcx.tables go through a method.
Eduard Burtescu
-3
/
+3
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-3
/
+3
2016-09-28
Call arrays "arrays" instead of "vecs" internally
Jonas Schievink
-2
/
+2
2016-09-04
Replace `_, _` with `..`
Vadim Petrochenkov
-3
/
+3
2016-08-13
Rename empty/bang to never
Andrew Cann
-1
/
+2
2016-08-13
Remove obsolete divergence related stuff
Andrew Cann
-1
/
+1
2016-08-13
Switch on TyEmpty
Andrew Cann
-1
/
+1
2016-07-08
Merge PatKind::QPath into PatKind::Path in HIR
Vadim Petrochenkov
-1
/
+0
2016-06-10
Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...
Vadim Petrochenkov
-2
/
+2
2016-05-28
Refactor away some functions from hir::pat_util
Vadim Petrochenkov
-2
/
+1
2016-05-28
Separate bindings from other patterns in HIR
Vadim Petrochenkov
-2
/
+2
2016-05-26
Implement `..` in tuple (struct) patterns
Vadim Petrochenkov
-3
/
+2
2016-05-18
identify inputs of `MetaData(X)` nodes
Niko Matsakis
-1
/
+1
2016-05-16
Remove hir::Ident
Vadim Petrochenkov
-2
/
+2
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-5
/
+5
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-3
/
+3
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-2
/
+2
2016-04-06
rustc: dismantle hir::util, mostly moving functions to methods.
Eduard Burtescu
-1
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-4
/
+4
2016-03-31
librustc: replace span_bug calls with span_bug!()
Benjamin Herr
-4
/
+2
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-0
/
+797