]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-02-15 Brian Andersonmk: Address review feedback
2014-02-15 Brian Andersonmk: Move version info to top of main.mk
2014-02-15 Brian Andersonmk: Improve build system help commands
2014-02-15 Brian Andersonmk: Add NO_MKFILE_DEPS for turning off rebuild from...
2014-02-15 Brian Andersonmk: Move most of Makefile.in to .mk files
2014-02-15 Brian Andersonmk: Remove the concept of 'snapshot transitions'
2014-02-15 Brian Andersonmk: Add some serious documentation and 'make help'
2014-02-14 borsauto merge of #12271 : kballard/rust/vim-extern-crate...
2014-02-14 Kevin BallardAdd crate keyword to gedit language spec
2014-02-14 Kevin BallardAdd crate to emacs and kate modefiles
2014-02-14 borsauto merge of #12195 : kballard/rust/rustdoc-strip...
2014-02-14 borsauto merge of #12267 : alexcrichton/rust/rollup, r...
2014-02-14 Kevin BallardAdd CheckedDiv to vim syntax
2014-02-14 Kevin BallardUpdate vim syntax for extern crate
2014-02-14 Alex CrichtonTest fixes and rebase conflicts from rollups
2014-02-14 Corey Richardsontutorial: stronger wording in build instructions
2014-02-14 Kevin Ballardrustdoc: Strip impls of traits on #[doc(hidden)] types
2014-02-14 Kevin Ballardrustdoc: Strip impls of stripped private types
2014-02-14 Alex CrichtonAdd MKFILE_DEPS to compiler-rt target
2014-02-14 borsauto merge of #12205 : alexcrichton/rust/nodefaultlibs...
2014-02-14 Alex CrichtonInvoke gcc with -nodefaultlibs
2014-02-14 Eduard BurtescuRemoved the obsolete ast::CallSugar (previously used...
2014-02-14 Steven FacklerExpand ItemDecorator extensions in all contexts
2014-02-14 Edward WangAdd test for #8860
2014-02-14 HeroesGraveRemoved libextra dependency from libsyntax.
2014-02-14 Dave HodderAdd function doc comments for extra::url::*
2014-02-14 Flavio PercocoEnsure an error is raised on infinite recursion
2014-02-14 Eduard BurtescuDon't copy &Trait and &mut Trait to temporaries for...
2014-02-14 Alex Crichtonextra: Capture stdout/stderr of tests by default
2014-02-14 lpyreturn value/use extra::test::black_box in benchmarks
2014-02-14 borsauto merge of #12207 : alexcrichton/rust/up-llvm, r...
2014-02-14 Alex CrichtonUpgrade LLVM
2014-02-14 borsauto merge of #12234 : sfackler/rust/restructure-item...
2014-02-14 borsauto merge of #12192 : luqmana/rust/fix-cross, r=alexcr...
2014-02-14 borsauto merge of #12186 : alexcrichton/rust/no-sleep-2...
2014-02-14 borsauto merge of #12162 : eddyb/rust/ast-map-cheap-path...
2014-02-14 Eduard BurtescuRefactored ast_map and friends, mainly to have Paths...
2014-02-14 Steven FacklerTweak ItemDecorator API
2014-02-14 borsauto merge of #12256 : brson/rust/android, r=alexcrichton
2014-02-14 Brian AndersonStop looping on error waiting for android test results
2014-02-14 Brian Andersoncompiletest: Run all android tests serially
2014-02-14 borsauto merge of #12172 : alexcrichton/rust/green-improvem...
2014-02-14 Alex CrichtonRemove two allocations from spawning a green task
2014-02-14 Alex CrichtonDon't require an allocation for on_exit messages
2014-02-14 Alex CrichtonDon't allocate in LocalHeap::new()
2014-02-14 Alex CrichtonFix a bug where cached stacks weren't re-used
2014-02-14 borsauto merge of #12061 : pongad/rust/delorderable, r=cmr
2014-02-14 Michael DarakanandaRemoved num::Orderable
2014-02-14 borsauto merge of #12017 : FlaPer87/rust/replace-mod-crate...
2014-02-13 borsauto merge of #12248 : alexcrichton/rust/rollup, r...
2014-02-13 Luqman Adenmk: Fix non-android cross builds.
2014-02-13 Alex CrichtonRebase conflicts from this giant stack of patches
2014-02-13 Alex CrichtonLift $dst outside the closure in write!
2014-02-13 JeremyLetangremove duplicate function from std::ptr (is_null, is_no...
2014-02-13 Alex CrichtonRegister new snapshots
2014-02-13 Huon Wilsonmk: make NO_REBUILD more forceful and more general.
2014-02-13 Alex CrichtonRelax an assertion in start_selection()
2014-02-13 Huon Wilsonstd::comm: replace Handle.id with a method.
2014-02-13 Tobias BucherAdd documentation for conditional-compilation
2014-02-13 Brendan ZabarauskasAdd some missing Show implementations in libstd
2014-02-13 Liigo ZhuangMove base64 and hex from libextra to libserialize
2014-02-13 Felix S. Klock IIRemove a source of O(n^2) running time in bigints.
2014-02-13 Seo SanghyeonResolve type variables when checking casting to char
2014-02-13 Alex CrichtonInclude compiler-rt in the distribution tarballs
2014-02-13 Steven FacklerStop unloading syntax libraries
2014-02-13 Flavio PercocoRemove obsolete warnings for `extern mod`
2014-02-13 Flavio PercocoReplace `extern mod` with `extern crate`
2014-02-13 Flavio PercocoReplace `crate` usage with `krate`
2014-02-13 borsauto merge of #12210 : zr40/rust/patch-1, r=cmr
2014-02-12 borsauto merge of #12165 : fhahn/rust/change-some-tests...
2014-02-12 borsauto merge of #12216 : alexcrichton/rust/another-snap...
2014-02-12 Alex CrichtonIgnore another fourcc test on cross compiles
2014-02-12 Florian HahnReenable some ignored test cases
2014-02-12 Alex CrichtonDon't hit epoll unless a scheduler absolutely must
2014-02-12 Alex CrichtonPercolate the (Scheduler, GreenTask) pair upwards
2014-02-12 Alex CrichtonExpose whether event loops have active I/O
2014-02-12 borsauto merge of #12204 : alexcrichton/rust/seek, r=pcwalton
2014-02-12 borsauto merge of #12196 : dguenther/rust/fix-fourcc-exampl...
2014-02-12 borsauto merge of #12180 : eddyb/rust/rm-ty_type, r=nikomat...
2014-02-12 Eduard BurtescuRemoved ty_type (previously used to represent *tydesc).
2014-02-12 Matthijs van... doc: rename 'nil' to 'unit' when describing `()`
2014-02-12 borsauto merge of #12194 : WebeWizard/rust/master, r=cmr
2014-02-12 borsauto merge of #12190 : alexcrichton/rust/fix-snap-again...
2014-02-12 borsauto merge of #12185 : nikomatsakis/rust/issue-12033...
2014-02-12 borsauto merge of #12184 : JeremyLetang/rust/rustpkg-link...
2014-02-12 Alex CrichtonFinalize the Seek API
2014-02-12 borsauto merge of #11578 : alexcrichton/rust/chan-changes...
2014-02-12 Alex CrichtonTest fixes and rebase conflicts
2014-02-12 borsauto merge of #12027 : vadimcn/rust/compiler-rt, r...
2014-02-12 Alex CrichtonRewrite channels yet again for upgradeability
2014-02-12 Alex CrichtonShuffle around ownership in concurrent queues
2014-02-12 borsauto merge of #11961 : niftynif/rust/btree, r=brson
2014-02-11 Vadim ChugunovBuild compiler-rt and link it to all crates, similarly...
2014-02-11 borsauto merge of #12158 : nikomatsakis/rust/issue-6801...
2014-02-11 Derek GuentherFixed fourcc example doc
2014-02-11 WebeWizardAdded examples for converting vectors of u8 into string...
2014-02-11 Vadim ChugunovAdded compiler-rt submodule.
2014-02-11 Niko MatsakisCorrect nits from @pcwalton
2014-02-11 Niko Matsakistest -- add new tests specifically examining closure...
2014-02-11 Niko Matsakistest -- update tests with new error messages
next