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
/
cfg
Age
Commit message (
Expand
)
Author
Lines
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-797
/
+0
2016-03-21
Switch libgraphviz from type params to associated types for Node/Edge.
Felix S. Klock II
-3
/
+9
2016-03-17
hir, mir: Separate HIR expressions / MIR operands from InlineAsm.
Eduard Burtescu
-13
/
+4
2016-03-06
Auto merge of #30884 - durka:inclusive-ranges, r=aturon
bors
-6
/
+0
2016-03-03
Rename middle::ty::ctxt to TyCtxt
Jeffrey Seyfried
-5
/
+5
2016-02-27
fallout from removing hir::ExprRange
Alex Burka
-6
/
+0
2016-02-16
Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path
Vadim Petrochenkov
-2
/
+3
2016-02-14
Rename hir::Pat_ and its variants
Vadim Petrochenkov
-14
/
+14
2016-02-12
Autoderef in librustc
Jonas Schievink
-24
/
+24
2016-01-20
Rename Def's variants and don't reexport them
Vadim Petrochenkov
-2
/
+2
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-2
/
+1
2015-12-16
Implement type ascription.
Eduard Burtescu
-0
/
+1
2015-12-14
Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix
bors
-2
/
+1
2015-12-07
Remove some unnecessary indirection from HIR structures
Vadim Petrochenkov
-1
/
+1
2015-12-05
Use a struct instead of a tuple for inline asm output operands
Amanieu d'Antras
-2
/
+1
2015-12-05
Add proper support for indirect output constraints in inline asm
Amanieu d'Antras
-1
/
+1
2015-11-04
Remove use of RefCell<DefMap> in the simpler parts of pat_util
Jonathan S
-1
/
+1
2015-10-31
Remove PatWildMulti
Vadim Petrochenkov
-1
/
+1
2015-09-26
Auto merge of #28642 - petrochenkov:name3, r=nrc
bors
-3
/
+3
2015-09-24
Remove the deprecated box(PLACE) syntax.
Eduard Burtescu
-2
/
+1
2015-09-23
Remove random Idents outside of libsyntax
Vadim Petrochenkov
-3
/
+3
2015-09-17
Remove hir::ExprParen
Nick Cameron
-1
/
+0
2015-09-03
Use proper span for break and continue labels
Simonas Kazlauskas
-2
/
+2
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-98
/
+79
2015-08-24
Use a Vec instead of an HashMap for the scope hierarchy
Ariel Ben-Yehuda
-5
/
+3
2015-07-07
use is_method_call rather than directly accessing the method_map
Ariel Ben-Yehuda
-7
/
+2
2015-06-27
Begin refactor type checking state
Jared Roesch
-2
/
+2
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-1
/
+1
2015-06-26
rustc: move some functions in middle::ty working on Ty to methods.
Eduard Burtescu
-3
/
+3
2015-06-19
Expand the "givens" set to cover transitive relations. The givens array
Niko Matsakis
-1
/
+2
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-06-10
syntax: move ast_map to librustc.
Eduard Burtescu
-1
/
+1
2015-04-23
Get associated consts working in match patterns.
Sean Patrick Santos
-0
/
+1
2015-04-17
Port to using the newer graph, which offers iterators instead of the
Niko Matsakis
-3
/
+4
2015-04-01
Fallout out rustc
Niko Matsakis
-2
/
+2
2015-03-20
don't use Result::ok just to be able to use unwrap/unwrap_or
Oliver Schneider
-2
/
+2
2015-03-15
Strip all leading/trailing newlines
Tamir Duberstein
-1
/
+0
2015-02-24
Implement `<T>::method` UFCS expression syntax.
Eduard Burtescu
-2
/
+1
2015-02-24
rustc: combine partial_def_map and last_private_map into def_map.
Eduard Burtescu
-23
/
+15
2015-02-22
revise handling of match expressions so that arms branch to next arm.
James Miller
-56
/
+104
2015-02-22
remove the `exit_map` field, it is unnecessary.
James Miller
-13
/
+2
2015-02-22
Distinguish between AST and various Dummy nodes in CFG.
James Miller
-40
/
+59
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-5
/
+5
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-5
/
+5
2015-01-30
rollup merge of #21713: alexcrichton/second-pass-fmt
Alex Crichton
-2
/
+2
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-2
/
+2
2015-01-30
remove dead code
Jorge Aparicio
-1
/
+1
2015-01-30
implement for loop desugaring
Jorge Aparicio
-36
/
+1
2015-01-25
Add the span of the operator itself to ast::BinOp.
Huon Wilson
-1
/
+1
[next]