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
/
construct.rs
Age
Commit message (
Expand
)
Author
Lines
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-596
/
+0
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
-3
/
+3
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
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
-96
/
+76
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-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-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
-1
/
+1
2015-04-01
Fallout out rustc
Niko Matsakis
-1
/
+1
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
-11
/
+2
2015-02-22
Distinguish between AST and various Dummy nodes in CFG.
James Miller
-34
/
+39
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-3
/
+3
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-5
/
+5
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
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-1
/
+1
2015-01-15
syntax: add fully qualified UFCS expressions.
Eduard Burtescu
-1
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-5
/
+5
2015-01-06
rollup merge of #20645: nikomatsakis/rustbook-ice
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-3
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-3
/
+3
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2015-01-06
Fix ICE that @steveklabnik encountered in rust-ice. The problems turned out t...
Niko Matsakis
-1
/
+1
[next]