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
/
doc
/
reference.md
Age
Commit message (
Expand
)
Author
Lines
2015-01-05
unignore and fix doctests in guide and reference
Jorge Aparicio
-10
/
+10
2015-01-05
ignore boxed closure doctests in the guide/reference
Jorge Aparicio
-4
/
+4
2015-01-03
Remove deprecated functionality
Alex Crichton
-3
/
+3
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-1
/
+1
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2015-01-02
rollup merge of #20334: nagisa/ffi-llvm
Alex Crichton
-0
/
+3
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-2
/
+2
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-0
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+2
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-2
/
+2
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-4
/
+4
2014-12-31
Feature gate FFI imports of LLVM intrinsics
Simonas Kazlauskas
-2
/
+5
2014-12-29
rollup merge of #20270: bombless/patch-2
Alex Crichton
-5
/
+5
2014-12-29
rollup merge of #20248: steveklabnik/gh20038
Alex Crichton
-54
/
+51
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-12-28
`once` is not keyword now
bombless
-5
/
+5
2014-12-26
s/task/thread/g
Steve Klabnik
-54
/
+51
2014-12-23
Rename include_bin! to include_bytes!
Chris Wong
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+1
2014-12-21
rollup merge of #19996: th0114nd/boolean-inden
Alex Crichton
-1
/
+1
2014-12-18
Boolean literals are not Number literals
th0114nd
-1
/
+1
2014-12-18
Put quotes around "as", because it's a keyword.
th0114nd
-1
/
+1
2014-12-15
rollup merge of #19763: csouth3/remove-featuregates
Brian Anderson
-6
/
+0
2014-12-15
rollup merge of #19746: steveklabnik/gh9266
Brian Anderson
-3
/
+3
2014-12-14
Update guide/intro to take into account the removal of `proc`.
Niko Matsakis
-41
/
+12
2014-12-14
auto merge of #19669 : alfie/rust/master, r=sanxiyn
bors
-2
/
+2
2014-12-12
Remove feature gate directives for `if_let`, `while_let`, and `tuple_indexing`.
Chase Southwood
-6
/
+0
2014-12-11
reference: type definition -> type alias
Steve Klabnik
-3
/
+3
2014-12-09
doc: grammar fix
Alfie John
-2
/
+2
2014-12-09
rollup merge of #19615: steveklabnik/gh19595
Alex Crichton
-7
/
+11
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+4
2014-12-07
Correct the reference with regards to floats
Steve Klabnik
-7
/
+11
2014-12-05
Utilize fewer reexports
Corey Farwell
-3
/
+3
2014-11-29
Fix typo in reference.md
kulakowski
-1
/
+1
2014-11-26
Remove special casing for some meta attributes
Steven Fackler
-8
/
+3
2014-11-25
auto merge of #19172 : alfie/rust/impl-traitless, r=steveklabnik
bors
-1
/
+14
2014-11-22
auto merge of #19136 : alfie/rust/master, r=steveklabnik
bors
-1
/
+6
2014-11-21
doc: adding example for implementations without traits
Alfie John
-1
/
+14
2014-11-21
auto merge of #18967 : aturon/rust/remove-runtime, r=alexcrichton
bors
-4
/
+4
2014-11-20
Fallout from libgreen and libnative removal
Aaron Turon
-4
/
+4
2014-11-20
Add examples for all literal types in reference grouped together
mdinger
-0
/
+60
2014-11-20
doc: adding example for type definitions
Alfie John
-1
/
+6
2014-11-20
auto merge of #19105 : alfie/rust/master, r=thestinger
bors
-9
/
+8
2014-11-19
rollup merge of #19107: cakebaker/change_an_box_to_a_box
Jakub Bukaj
-5
/
+5
2014-11-19
rollup merge of #19103: huonw/literal-suffixes
Jakub Bukaj
-23
/
+20
2014-11-19
rollup merge of #19072: cakebaker/add_missing_dot
Jakub Bukaj
-1
/
+1
2014-11-19
Reference: Change "an box" to "a box"
Daniel Hofstetter
-5
/
+5
2014-11-20
Update documentation for literal suffixes.
Huon Wilson
-23
/
+20
2014-11-19
doc: clarifying unsafe code vs undefined behavior
Alfie John
-9
/
+8
2014-11-19
clearly define `int` and `uint` to fix unsoundness
Daniel Micay
-11
/
+8
[next]