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
/
test
/
auxiliary
Age
Commit message (
Expand
)
Author
Lines
2012-10-11
Make to_str pure and fix const parameters for str-mutating functions
Tim Chevalier
-1
/
+1
2012-10-04
De-mode comm::Chan
Tim Chevalier
-1
/
+1
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-3
/
+3
2012-09-25
Respect privacy qualifiers on view items, add to import resolutions.
Graydon Hoare
-0
/
+13
2012-09-24
Build the export_map2 from visibility markers, unless #[legacy_exports];
Graydon Hoare
-0
/
+29
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-1
/
+21
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-1
/
+4
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-10
/
+10
2012-09-11
Remove priv sections from classes. Obsolete the syntax
Brian Anderson
-20
/
+7
2012-09-10
Convert std::map to camel case
Brian Anderson
-2
/
+2
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-40
/
+60
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-16
/
+16
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-22
/
+22
2012-09-06
Remove struct ctors
Brian Anderson
-24
/
+89
2012-09-05
test: "import" -> "use"
Patrick Walton
-15
/
+15
2012-09-04
Allow anonymous extern mods
Tim Chevalier
-0
/
+9
2012-08-27
Camel case various core constructors
Brian Anderson
-5
/
+5
2012-08-26
Camel case the option type
Brian Anderson
-9
/
+9
2012-08-23
fix atomic intrinsic test cases
Ben Blum
-12
/
+12
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-11
/
+11
2012-08-17
Remove the class keyword
Brian Anderson
-12
/
+12
2012-08-16
Attempt to get issue 3012 test working on win32.
Graydon Hoare
-0
/
+1
2012-08-15
Test case for #3012
Tim Chevalier
-0
/
+12
2012-08-15
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-15
Convert more core types to camel case
Brian Anderson
-4
/
+4
2012-08-14
Add test for #2472
Brian Anderson
-0
/
+14
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-12
/
+12
2012-08-08
Convert impls to new syntax
Brian Anderson
-17
/
+15
2012-08-07
Implement static typeclass methods. Closes #3132.
Michael Sullivan
-0
/
+33
2012-08-06
test: Modernize and un-XFAIL issue-2242-d.rs (issue #2242)
Patrick Walton
-5
/
+5
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-1
/
+1
2012-08-02
test: "iface" -> "trait" in filenames.
Lindsey Kuper
-0
/
+0
2012-08-01
Convert ret to return
Brian Anderson
-8
/
+8
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-3
/
+3
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-11
/
+11
2012-07-24
Test case for #3005
Eric Holk
-0
/
+19
2012-07-23
tests: Rename to avoid colliding with real rust-zmq.
Erick Tryzelaar
-1
/
+1
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-6
/
+33
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-14
/
+14
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-1
/
+1
2012-07-12
rustc: Make all impls even more reachable
Brian Anderson
-0
/
+28
2012-07-11
Test for #2723. Closes #2723
Tim Chevalier
-0
/
+3
2012-07-09
Fix metadata serialization of foreign functions. Properly take the value of f...
Josh Matthews
-0
/
+22
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-13
/
+13
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-1
/
+1
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-3
/
+3
2012-07-01
Convert to new closure syntax
Brian Anderson
-4
/
+4
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-2
/
+2
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-7
/
+7
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-1
/
+1
[next]