]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-05-07 borsauto merge of #13901 : alexcrichton/rust/facade, r...
2014-05-07 Alex CrichtonTest fixes and rebase conflicts
2014-05-07 Alex CrichtonRegister new snapshots
2014-05-07 Alex Crichtoncore: Move Option::expect to libstd from libcore
2014-05-07 Alex Crichtoncore: Fix an unsigned negation warning
2014-05-07 Alex Crichtontest: Update with std => core movement
2014-05-07 Alex Crichtoncore: Get coretest working
2014-05-07 Alex Crichtoncore: Inherit the cell module
2014-05-07 Alex Crichtoncore: Add unwrap()/unwrap_err() methods to Result
2014-05-07 Alex Crichtoncore: Inherit the result module
2014-05-07 Alex Crichtoncore: Remove generics from Option::expect
2014-05-07 Alex Crichtoncore: Add a limited implementation of failure
2014-05-07 Alex Crichtoncore: Bring char/finally test style up to date
2014-05-07 Alex Crichtoncore: Allow some #[deriving] in libcore
2014-05-07 Alex Crichtoncore: Implement necessary traits for ~[T]/~str
2014-05-07 Alex Crichtonstd: Remove a glob to get std to compile
2014-05-07 Alex Crichtoncore: Inherit possible string functionality
2014-05-07 Alex Crichtoncore: Inherit necessary unicode functionality
2014-05-07 Alex Crichtoncore: Inherit non-allocating slice functionality
2014-05-07 Alex Crichtoncore: Inherit the specific numeric modules
2014-05-07 Alex Crichtoncore: Inherit what's possible from the num module
2014-05-07 Alex Crichtoncore: Inhert ~/@/& cmp traits, remove old modules
2014-05-07 Alex Crichtoncore: Inherit the cmp module
2014-05-07 Alex Crichtoncore: Inherit the iter module
2014-05-07 Alex Crichtoncore: Inherit the option module
2014-05-07 Alex Crichtoncore: Inherit the bool module
2014-05-07 Alex Crichtoncore: Inherit the tuple module
2014-05-07 Alex Crichtoncore: Bring clone tests up to date in style
2014-05-07 Alex Crichtoncore: Inherit the clone module
2014-05-07 Alex Crichtoncore: Inherit the unit module
2014-05-07 Alex Crichtoncore: Inherit the default module
2014-05-07 Alex Crichtoncore: Inherit the raw module
2014-05-07 Alex Crichtoncore: Inherit the any module
2014-05-07 Alex Crichtoncore: Inherit the finally module
2014-05-07 Alex Crichtoncore: Inherit the char module
2014-05-07 Alex Crichtoncore: Inherit the container module
2014-05-07 Alex Crichtoncore: Inherit the ty module
2014-05-07 Alex Crichtoncore: Inherit the ops module
2014-05-07 Alex Crichtoncore: Inherit the kinds module
2014-05-07 Alex Crichtoncore: Inherit the cast module
2014-05-07 Alex Crichtoncore: Inherit the ptr module
2014-05-07 Alex Crichtoncore: Inherit the mem module
2014-05-07 Alex Crichtoncore: Inherit the intrinsics module
2014-05-07 Alex Crichtonmk: Add libcore
2014-05-07 borsauto merge of #13832 : alexcrichton/rust/cfail-full...
2014-05-07 borsauto merge of #13967 : richo/rust/features/ICE-fails...
2014-05-07 borsauto merge of #13958 : pcwalton/rust/detilde, r=pcwalton
2014-05-07 borsauto merge of #13914 : alexcrichton/rust/pile-o-rustdoc...
2014-05-07 borsauto merge of #13836 : jbcrail/rust/add-bitv-doc, r...
2014-05-07 Patrick Waltonlibrustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from...
2014-05-07 borsauto merge of #13754 : alexcrichton/rust/net-experiment...
2014-05-07 Richo HealeyIgnore tests broken by failing on ICE
2014-05-07 Richo HealeyFail on internal compiler errors in compile-fail
2014-05-07 Joseph CrailAdd documentation for Bitv.
2014-05-07 borsauto merge of #13892 : alexcrichton/rust/mixing-rlib...
2014-05-06 borsauto merge of #13982 : alexcrichton/rust/more-logging...
2014-05-06 Alex Crichtonlog: Use writeln!() instead of write!()
2014-05-06 borsauto merge of #13960 : brandonw/rust/master, r=alexcrichton
2014-05-06 borsauto merge of #13897 : aturon/rust/issue-6085, r=bjz
2014-05-06 borsauto merge of #13822 : EdorianDark/rust/master, r=cmr
2014-05-06 Brandon WaskiewiczUpdate multiple file use statement example
2014-05-06 borsauto merge of #13962 : luqmana/rust/al, r=alexcrichton
2014-05-06 borsauto merge of #13961 : richo/rust/richo-author, r=alexc...
2014-05-06 borsauto merge of #13952 : aaronraimist/rust/patch-1, r...
2014-05-06 Luqman AdenLower armhf target feature to v6.
2014-05-06 borsauto merge of #13939 : richo/rust/docs/composability...
2014-05-06 borsauto merge of #13925 : kballard/rust/vim_indent_bracket...
2014-05-06 Richo HealeyAdd Richo Healey to contributors
2014-05-06 borsauto merge of #13946 : pnkfelix/rust/fsk-cleanup-proc...
2014-05-06 borsauto merge of #13940 : edwardw/rust/refutable-match...
2014-05-05 borsauto merge of #13934 : huonw/rust/transmute-mut, r...
2014-05-05 borsauto merge of #13912 : seanmonstar/rust/logrecord,...
2014-05-05 Aaron TuronChange std::io::FilePermission to a typesafe representation
2014-05-05 Aaron TuronAdd (unsafe) coercion from bits to std::bitflags
2014-05-05 Aaron TuronAllow attributes in std::bitflags::bitflags!
2014-05-05 borsauto merge of #13782 : alexcrichton/rust/issue-13775...
2014-05-05 Aaron RaimistUpdated CONTRIBUTING.md for 2014
2014-05-05 borsauto merge of #13907 : iliekturtles/rust/tutorial,...
2014-05-05 Sean McArthurlog: Logger receiveis a LogRecord
2014-05-05 borsauto merge of #13271 : stepancheg/rust/align, r=pcwalton
2014-05-05 borsauto merge of #13935 : thestinger/rust/noalias, r=pcwalton
2014-05-05 Mike Boutindoc: Corrected example in 17.8 Deriving implementations...
2014-05-05 Mike Boutindoc: Minor example formatting in 11 References
2014-05-05 Mike Boutindoc: Clarified 4.2 Pattern matching
2014-05-05 borsauto merge of #13749 : pnkfelix/rust/add-libgraphviz...
2014-05-05 Felix S. Klock IIPlacate rustdocs testable-by-default code blocks.
2014-05-05 Edward WangAdjust codegen logic for range and guarded arms
2014-05-05 Edward WangReverse #13034
2014-05-05 Felix S. Klock IICleanup proc comment in guide-tasks.md.
2014-05-05 borsauto merge of #13942 : JamesLaverack/rust/master, r...
2014-05-05 borsauto merge of #13936 : Armavica/rust/lint_check-range...
2014-05-05 Huon Wilsonstd::comm: use Unsafe to avoid U.B. & -> &mut transmutes.
2014-05-05 Huon Wilsonstd: deprecate cast::transmute_mut.
2014-05-05 borsauto merge of #13930 : alexcrichton/rust/snapshots...
2014-05-05 Alex CrichtonRegister new snapshots
2014-05-05 borsauto merge of #13924 : gmjosack/rust/master, r=alexcrichton
2014-05-05 Kevin Ballardvim: Fix indentation at global scope after non-semantic...
2014-05-05 James LaverackUpdate minimum g++ version in documentation
2014-05-05 borsauto merge of #13865 : alexcrichton/rust/issue-13861...
2014-05-05 borsauto merge of #13905 : alexcrichton/rust/issue-13337...
next