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
/
rustc
/
middle
/
trans
Age
Commit message (
Expand
)
Author
Lines
2012-08-06
make `ref x` bindings produce region ptrs and fix various minor bugs
Niko Matsakis
-51
/
+63
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-367
/
+371
2012-08-06
rustc: Implement functional record update for structs
Patrick Walton
-13
/
+53
2012-08-05
Switch alts to use arrows
Brian Anderson
-1202
/
+1210
2012-08-03
Translate const vecs, most of const slices. More for #2317.
Graydon Hoare
-5
/
+44
2012-08-03
rustc: Merge fn& and fn in favor of fn&.
Patrick Walton
-8
/
+5
2012-08-03
rustc: Translate repeated vector syntax
Patrick Walton
-23
/
+76
2012-08-03
Implement &-expressions in consts. Part of #2317.
Graydon Hoare
-0
/
+11
2012-08-03
rustc: Parse and typecheck repeating vector expressions; e.g. [ 0, ..512 ]
Patrick Walton
-1
/
+2
2012-08-03
rustc: "foo" is now a static string
Patrick Walton
-14
/
+11
2012-08-03
rustc: Remove all fixed-length strings from our codebase
Patrick Walton
-1
/
+1
2012-08-02
Make comparisons between region pointers work
Tim Chevalier
-2
/
+2
2012-08-02
Purge placement new; Make borrowck know about unary move.
Niko Matsakis
-41
/
+1
2012-08-02
rustc: Translate class literals correctly if the class has a destructor
Patrick Walton
-1
/
+11
2012-08-02
De-duplicate core::hash some, refactor the traits.
Graydon Hoare
-2
/
+2
2012-08-02
Extend ast_map to know about method declarations in traits.
Michael Sullivan
-1
/
+9
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-13
/
+15
2012-08-01
Convert ret to return
Brian Anderson
-678
/
+691
2012-08-01
rustc: Translate by-value pattern bindings
Patrick Walton
-35
/
+120
2012-07-31
rustc: Parse by-reference pattern bindings with the "ref" keyword
Patrick Walton
-12
/
+20
2012-07-31
Start implementing structured constants.
Graydon Hoare
-172
/
+180
2012-07-31
rustc: Implement unary move. Closes #917.
Patrick Walton
-2
/
+2
2012-07-31
Introduce 'return', 'match' and 'module' as synonyms
Brian Anderson
-25
/
+25
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-145
/
+145
2012-07-30
Impl-ize interner.
Paul Stansifer
-3
/
+3
2012-07-30
rustc: "ifce" -> "trt" in identifiers
Lindsey Kuper
-4
/
+4
2012-07-30
LONG LINES\!
Brian Anderson
-1
/
+2
2012-07-30
rustc: use new siphash impl instead of sha1
Damian Gryski
-6
/
+6
2012-07-27
core: Trait-ify various overloaded operators
Patrick Walton
-0
/
+1
2012-07-27
Make alts on uninhabited enum types typecheck and translate properly
Tim Chevalier
-10
/
+25
2012-07-26
Removed the rest of the vec::view calls that were marked with #2880. Fixes #2...
Eric Holk
-10
/
+5
2012-07-26
Add #[inline(never)], and also fixed inlining on vec::push
Eric Holk
-0
/
+1
2012-07-24
rustc: Don't require that structs have constructors
Patrick Walton
-10
/
+14
2012-07-24
rustc: Translate struct literals
Patrick Walton
-0
/
+87
2012-07-24
Merge pull request #3003 from elliottslaughter/free-cant-fail
Graydon Hoare
-21
/
+34
2012-07-24
Update some str functions to slices, merge as_buf and unpack_slice.
Graydon Hoare
-1
/
+1
2012-07-24
Don't emit invoke instructions inside landing pads.
Elliott Slaughter
-21
/
+34
2012-07-23
Merge pull request #2998 from elliottslaughter/no-landing-pads
Graydon Hoare
-0
/
+4
2012-07-23
rustc: Max/min classes: Add struct literal syntax
Patrick Walton
-1
/
+1
2012-07-23
Merge pull request #3000 from dgryski/master
Tim Chevalier
-1
/
+1
2012-07-23
Fix formatting of multi-line blocks in asm-comments
Damian Gryski
-1
/
+1
2012-07-23
Add debug flag to turn off landing pads.
Elliott Slaughter
-0
/
+4
2012-07-23
Moved malloc and free upcalls into rust runtime.
Elliott Slaughter
-44
/
+56
2012-07-23
Move fail upcall into rust libcore.
Elliott Slaughter
-2
/
+93
2012-07-20
Remove what's left of resolve1
Tim Chevalier
-12
/
+12
2012-07-18
rustc: Move ty::impl_traits over to a multiple-traits-per-impl world
Patrick Walton
-2
/
+4
2012-07-18
prevent regions from escaping in ifaces; remove &r.T syntax
Niko Matsakis
-4
/
+4
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-6
/
+14
2012-07-17
Support attributes on class ctors and dtors
Tim Chevalier
-2
/
+6
2012-07-17
Remove most of old resolve
Tim Chevalier
-1
/
+1
[prev]
[next]